CommandName{getSelFont}HelpPath{Special}ReturnValue{handle font=}OpenBrace{(}Parameters{handle gadget}CloseBrace{)}Description{Retrieves information about the font of the currently selected text, eg: name, size, bold, italic, underline.  First use this command to create a new font with information about the selected text then use the font commands getFontName, getFontSize, isFontBold, isFontItalic and isFontUnderlined to extract information about the font.<br>
The text colour of the selection is a different property which can be obtained using getSelColor.}ReturnDescription{Handle of a new font}Param1{gadget}Param1Desc{Handle of a richedit gadget}Param2{}